|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectPER.rover.MiniLog
A comma delimited log file that records the time, outcome, and length of rover missions. This log file was primarily designed to aid in statistical analysis of the PER Exhibits.
Constructor Summary | |
MiniLog()
Creates a new instance of MiniLog |
Method Summary | |
static void |
initLogFile(java.lang.String name)
Initializes the miniLog file with the given name. |
static void |
print(java.lang.String str)
Print a string to the logfile. |
static void |
print(java.lang.String str,
boolean printToConsole)
Print a string to the logfile. |
static void |
println(java.lang.String str)
Print a line to the logfile |
static void |
println(java.lang.String str,
boolean printToConsole)
Print a line to the logfile. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MiniLog()
Method Detail |
public static void initLogFile(java.lang.String name)
public static void println(java.lang.String str)
public static void println(java.lang.String str, boolean printToConsole)
public static void print(java.lang.String str)
public static void print(java.lang.String str, boolean printToConsole)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |